- inputSampleRate
int inputSampleRate;
Undocumented in source.
- outputSampleRate
int outputSampleRate;
Undocumented in source.
- inputChannels
int inputChannels;
Undocumented in source.
- outputChannels
int outputChannels;
Undocumented in source.
- resamplerLeft
SpeexResampler resamplerLeft;
Undocumented in source.
- resamplerRight
SpeexResampler resamplerRight;
Undocumented in source.
- resamplerDataLeft
SpeexResampler.Data resamplerDataLeft;
Undocumented in source.
- resamplerDataRight
SpeexResampler.Data resamplerDataRight;
Undocumented in source.
- buffersIn
float[][2] buffersIn;
Undocumented in source.
- buffersOut
float[][2] buffersOut;
Undocumented in source.
- rateNum
uint rateNum;
Undocumented in source.
- rateDem
uint rateDem;
Undocumented in source.
- dataReady
float[][2] dataReady;
Undocumented in source.
- scflags
SampleControlFlags scflags;
Undocumented in source.
- loadMoreSamples
void loadMoreSamples()
Undocumented in source.
- loadMore
bool loadMore()
Undocumented in source. Be warned that the author may not have intended to support it.
- fillBuffer
bool fillBuffer(short[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillBuffer
bool fillBuffer(float[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.